home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / wais / waisgate / HTMLGen.h < prev    next >
C/C++ Source or Header  |  1995-05-09  |  460b  |  30 lines

  1. /*  */
  2.  
  3. /*              HTML generator
  4. */
  5.  
  6. #ifndef HTMLGEN_H
  7. #define HTMLGEN_H
  8.  
  9. #include "HTML.h"
  10. #include "HTStream.h"
  11.  
  12. /* Subclass:
  13. */
  14. /* extern CONST HTStructuredClass HTMLGeneration; */
  15.  
  16. /* Special Creation:
  17. */
  18. extern HTStructured * HTMLGenerator PARAMS((HTStream * output));
  19.  
  20. extern HTStream * HTPlainToHTML PARAMS((
  21.         HTPresentation *        pres,
  22.         HTParentAnchor *        anchor,
  23.         HTStream *              sink));
  24.  
  25.  
  26. #endif
  27. /*
  28.  
  29.     */
  30.